home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Sound / DelfMPEG / src / MP2.h < prev    next >
Text File  |  2000-05-16  |  1KB  |  41 lines

  1. /*****************************************************************************
  2.  
  3.     DelfMPEG - MPEG audio player for Delfina DSP
  4.     Copyright (C) 1999, 2000  Michael Henke
  5.  
  6.     This program is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 2 of the License, or
  9.     (at your option) any later version.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License
  17.     along with this program; if not, write to the Free Software
  18.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. *****************************************************************************/
  21.  
  22.  
  23. /** definitions for the Delfina-DSP56K program "MP2.o" **/
  24.  
  25.  
  26. /** offsets in PROGRAM section **/
  27. #define PROG_MP2_INIT       0
  28. #define PROG_MP2_DECODE     2
  29.  
  30.  
  31. /** offsets in DATA sections (X/Y/L memory) **/
  32. #define DATX_MP2_INBUF      2048
  33. #define DATY_MP2_BUSY       0
  34. #define DATY_MP2_FORCEMONO  1
  35.  
  36.  
  37. /** additional DSP-memory allocations (internal/external, P/X/Y/L memory) **/
  38. #define INTP_MP2_PROG       27
  39. #define INTL_MP2_DATL       96
  40.  
  41.